home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Executor 2.0
/
executorv2.0.iso
/
pc
/
dos
/
extra
/
library
/
demoware
/
asymptot.hqx
/
Asymptote 1.1 Demo
/
Scripts
/
Utility Scripts
/
addheader
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-01
|
370 b
|
21 lines
% ADDHEADER
%
% Add a header to the top left corner of the page
% giving the date, recorder file name and the data file
%
% ARGUMENTS: None
set savescale scale
set saverotation rotation
cliptoframe no
scale .75
rotation 0
pagemoveto pleft .5 + ptop .5 -
drawlabel centerright \# \r \f Your Name Here
scale savescale
rotation saverotation
cliptoframe true
close